home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-23 | 699 b | 37 lines | [TEXT/CWIE] |
- /*
- ** File: WT Headers.pch
- **
- ** Written by: Bill Hayden
- ** Nikol Software
- **
- ** Copyright © 1995 Nikol Software
- ** All rights reserved.
- */
-
-
- /*
- * Support for automatically naming the precompiled header file…
- */
-
- #if __POWERPC__
- #pragma precompile_target "WT Headers PPC"
- #elif __CFM68K__
- #pragma precompile_target "WT Headers CFM68K"
- #else
- #pragma precompile_target "WT Headers 68K"
- #endif
-
- #define SystemSevenOrLater 1
-
- #define STRICT_CONTROLS 1
- #define STRICT_WINDOWS 0
- #define STRICT_MENUS 1
-
- // We're up-to-date with respect to the new naming conventions
-
- #define OLDROUTINENAMES 0
- #define OLDROUTINELOCATIONS 0
- #define CGLUESUPPORTED 0
-
- #include <MacHeaders.c>
-